MindFusion.Wpf Pack Programmer's Guide
JsonObject.FromDictionary(TKey, TValue) Method
See Also
 





Converts a generic dictionary to a JsonObject.

Namespace: MindFusion.Json.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public static JsonObject FromDictionary<TKey, TValue> (
    Dictionary<TKey, TValue> dictionary
)

Visual Basic  Copy Code

Public Shared Function FromDictionary(Of TKey, TValue) ( _
    dictionary As Dictionary(Of TKey, TValue) _
) As JsonObject

 Parameters

dictionary

 Return Value

 See Also

JsonObject Members
JsonObject Class
MindFusion.Json.Wpf Namespace